Skip to content

Field "total_rows" is handled as "long" instead of "int" #242

Open
arbesu wants to merge 5 commits intohelun:masterfrom
arbesu:master
Open

Field "total_rows" is handled as "long" instead of "int" #242
arbesu wants to merge 5 commits intohelun:masterfrom
arbesu:master

Conversation

@arbesu
Copy link

@arbesu arbesu commented Nov 25, 2015

When the database has a large number of documents (around 2500 million documents), the parsing of a query response may crash with an "integer out of range" kind of error, because the content of "total_rows" exceeds the max value for an integer variable.

…esponses are parsed.

When the database has a large number of documents (really large, around 2500 million documents), queries may crash with an "integer out of range" kind of error.
@helun
Copy link
Owner

helun commented Dec 23, 2015

the pom versions should not be changed from SNAPSHOT

Copy link
Collaborator

@YannRobert YannRobert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please undo any change on pom.xml files

@arbesu
Copy link
Author

arbesu commented Mar 15, 2017

My fault. Pom files has been updated.

Thank you and best regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants